summaryrefslogtreecommitdiffstats
path: root/clang-tidy.sh
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2018-08-25 12:25:21 +0200
committerAlexander Harkness <me@bearbin.net>2018-08-25 12:25:21 +0200
commit907c22aa1280897b4e99b2993899cbe4773f8f2e (patch)
treea89cde7628319e133ada4ab2445d7c1fc42450aa /clang-tidy.sh
parentFixes bed item 26 and 355 being spawned, only 355 spawns now (#4290) (diff)
downloadcuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar
cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.gz
cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.bz2
cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.lz
cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.xz
cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.zst
cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.zip
Diffstat (limited to 'clang-tidy.sh')
-rwxr-xr-xclang-tidy.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tidy.sh b/clang-tidy.sh
index 34cfb26e7..62fe6fc38 100755
--- a/clang-tidy.sh
+++ b/clang-tidy.sh
@@ -4,8 +4,7 @@ set -e
FIXES_FILE="tidy-fixes.yaml"
REGEX="/cuberite/src/\.?[^\.]"
-# TODO: Add -quiet when Circle CI is updated to 2.0 with a newer version of Ubuntu
-ARGS="-header-filter $REGEX -export-fixes $FIXES_FILE "$@" $REGEX"
+ARGS="-header-filter $REGEX -quiet -export-fixes $FIXES_FILE "$@" $REGEX"
mkdir -p tidy-build
cd tidy-build